GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-02T21:01:56.5065904+00:00",
"SubmitDate": "2026-04-02T21:01:56.5065904+00:00",
"ReportPeriodStart": "2026-04-02T21:01:56.5065904+00:00",
"ReportPeriodEnd": "2026-04-02T21:01:56.5065904+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c3dc928f-b791-4e75-862f-a2f26518ad5a",
"Rows": [
{
"ItemId": "aa116734-7e81-4c7b-bb3a-52adc311850f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "aa116734-7e81-4c7b-bb3a-52adc311850f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c3dc928f-b791-4e75-862f-a2f26518ad5a",
"Rows": [
{
"ItemId": "aa116734-7e81-4c7b-bb3a-52adc311850f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "aa116734-7e81-4c7b-bb3a-52adc311850f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1d5460f9-b91f-4fdc-8581-6a04d2ce71a3",
"60d52576-69ae-4da7-8556-f182bc7b522b"
],
"Approvers": [
"53aabbe2-e8ba-4e25-bb2b-3a86270d6d74",
"bc21b0b4-574b-40cf-a708-0c0dada7b3c5"
],
"ApprovedBy": "9d25fad2-070e-499b-984f-da62092cd7ff",
"ApprovalDate": "2026-04-02T21:01:56.5222109+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c4b0c8ee-983e-43e9-9581-9405d4210fa3",
"id": "155f4d14-f5a3-4818-8dc8-290b3456f071",
"ConfigId": "27c411ea-dcb7-4eb7-a246-994161edfe0e"
},
{
"GenerationDate": "2026-04-02T21:01:56.5065904+00:00",
"SubmitDate": "2026-04-02T21:01:56.5065904+00:00",
"ReportPeriodStart": "2026-04-02T21:01:56.5065904+00:00",
"ReportPeriodEnd": "2026-04-02T21:01:56.5065904+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c3dc928f-b791-4e75-862f-a2f26518ad5a",
"Rows": [
{
"ItemId": "aa116734-7e81-4c7b-bb3a-52adc311850f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "aa116734-7e81-4c7b-bb3a-52adc311850f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c3dc928f-b791-4e75-862f-a2f26518ad5a",
"Rows": [
{
"ItemId": "aa116734-7e81-4c7b-bb3a-52adc311850f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "aa116734-7e81-4c7b-bb3a-52adc311850f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1d5460f9-b91f-4fdc-8581-6a04d2ce71a3",
"60d52576-69ae-4da7-8556-f182bc7b522b"
],
"Approvers": [
"53aabbe2-e8ba-4e25-bb2b-3a86270d6d74",
"bc21b0b4-574b-40cf-a708-0c0dada7b3c5"
],
"ApprovedBy": "9d25fad2-070e-499b-984f-da62092cd7ff",
"ApprovalDate": "2026-04-02T21:01:56.5222109+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c4b0c8ee-983e-43e9-9581-9405d4210fa3",
"id": "155f4d14-f5a3-4818-8dc8-290b3456f071",
"ConfigId": "27c411ea-dcb7-4eb7-a246-994161edfe0e"
}
]